
.fl {
	float: left;
}

.fr {
	float: right;
}
.wrap {
	max-width: 1778px;
	margin: 0 auto;
}
.comm-banner{
/* 	position: relative;
	background: url(../images/banner_us.jpg) no-repeat center top;
	height: 600px;
	background-size: 100% 100%; */
	position: relative;
	height: 60vh;
}
.comm-banner-cont{
	width: 50%;
	position: absolute;
	top:42%;
	left: 15%;
}
.comm-banner-cont p{
	font-size: 30px;
	color: #fff;
	font-weight: 600;
}
.comm-banner-cont h3{
	font-size: 60px;
	color: #fff;
	font-weight: 600;
}
.comm-banner-cont span{
	display: block;
	height: 4px;
	width: 100px;
	background-color: #fff;
	margin-top: 10px;
}
.comm-wpar{
	width: 1400px;
	margin: 0 auto;
}
.comm-box{
	padding-bottom: 60px;
}
/*首页*/
/*全屏自适应轮播样式*/
.banner-main {
	width: 100%;
	height: 950px;
	position: relative;
	overflow: hidden;
}

.banner-main-img {
	height: 950px;
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}

.banner-main-img li {
	width: 100%;
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.banner-main-img li img {
	width: 100%;
	height: 950px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -50%;
	top: 0;
}

.ui-controls ul {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -26px;
}

.ui-controls ul li {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0px 7px;
	background: #fff;
	border-radius: 50%;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.ui-controls ul li:hover {
	background-color: #115a9f;
}

.ui-controls ul .current {
	background-color: #115a9f;
}

.ui-controls .ui-prev {
	width: 41px;
	height: 69px;
	position: absolute;
	top: 50%;
	left: 66px;
	margin-top: -35px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/icon-slides.png) no-repeat -84px 50%;
	z-index: 999;
	cursor: pointer;
}

.ui-controls .ui-next {
	width: 41px;
	height: 69px;
	position: absolute;
	top: 50%;
	right: 66px;
	margin-top: -35px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/icon-slides.png) no-repeat -125px 50%;
	z-index: 999;
	cursor: pointer;
}

.ui-controls .ui-prev:hover {
	background-position-x: 0px;
}

.ui-controls .ui-next:hover {
	background-position-x: -42px;
}
.pic-scroll {
	display: none;
	overflow: hidden;
}
.index-product{
	background: url(../images/index_product_bg.jpg) center bottom no-repeat;
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}
.index-title{
	text-align:center;
	padding: 50px 0 0px;
}
.index-title p{
	font-size: 18px;
	color: #999;
	width: 40%;
	margin: 20px auto 0;
}
.index-product .comm-wpar{
	width: 100%!important;
}
.index-new .comm-wpar{
	width: 100%!important;
}
.index-us{
	height: 640px;
	background-color: #fbfcfc;
}
.index-us-img{
	float: left;
	width: 48%;
	height: 100%;
}
.index-us-img img{
	width: 100%;
	height: 100%;
}
.index-us-art{
	float: left;
	width: 46%;
	margin-left: 2%;
	padding-top: 50px;
}
.index-us-logo{
	display: block;
}
.index-us-art b{
	display: block;
	font-size: 18px;
	padding: 20px 0;
}
.index-us-art h3{
	font-size: 28px;
	color: #115a9f;
	font-weight: 600;
}
.index-us-art p{
	margin-top: 20px;
	font-size: 18px;
	color: #999;
	line-height: 1.8;
	text-align: justify;
}
.index-us-btn{
	margin-top: 40px;
	color: #222;
	font-size: 20px;
	border: 1px solid #ddd;
	display: inline-block;
	padding: 10px 40px;
}
.index-us-btn:hover{
	background-color: #115a9f;
	color: #fff;
}
.index-us{
	margin-top: 40px;
}
.index-scene{
	overflow: hidden;
	margin-top: 30px;
}
.scene-li{
	position: relative;
	float: left;
	width: 16.666%;
	height: 710px;
}
.scene-img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.scene-back{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
.scene-art{
	position: absolute;
	bottom: 20%;
	left: 0;
	height: 300px;
	width: 100%;
	z-index: 3;
	text-align: center;
	padding-top:20%;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
.scene-h3{
	font-size: 36px;
	color: #fff;
	margin-top: 20px;
}
.scene-line{
	width: 40px;
	height: 4px;
	background-color: #fff;
	margin: 20px auto;
}
.scene-c{
	width: 30px;
	margin-top: 10px;
	display: none;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
.index-new .comm-box {
	padding-bottom: 20px;
}
.scene-li:hover .scene-art{
	bottom:0;
}
.scene-li:hover .scene-back{
	display: none;
}
.scene-li:hover .scene-bg{
	background-color: #115a9f;
}
.scene-li:hover .scene-c{
	display: block;
	margin: 0 auto;
}
.index-new-a{
	margin-top: 40px;
	color: #222;
	font-size: 20px;
	border: 1px solid #ddd;
	display: block;
	width: 180px;
	padding: 10px 0;
	text-align: center;
	margin: 0 auto;
}
.index-new-a:hover{
	background-color: #115a9f;
	color: #fff;
}



/* 产品服务 */
.product{
	
}
.product-nav{
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.product-nav a{
	float: left;
	width: 22%;
	margin: 20px 1.5%;
	text-align: center;
	font-size: 28px;
	background-color: #f4f5f5;
	height: 70px;
	line-height: 70px;
}
.product-nav a.product-nav-active{
	background-color: #115a9f;
	color: #fff;
}
.product-nav a:hover{
	background-color: #115a9f;
	color: #fff;
}
.product-cont{
	margin-top: 10px;
}
.product-li{
	float: left;
	width: 22%;
	margin: 20px 1.5%;
	text-align: center;
	font-size: 28px;
	outline: 1px solid #ddd;
}
.product-li a{
	display: block;
}
.product-img{
	width: 100%;
	overflow: hidden;
}
.product-img img{
	width: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}
.product-art{
	padding: 10px 2%;
}
.product-art p{
	font-size: 24px;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product-li:hover .product-art p{
	color: #115a9f;
}
.product-li:hover .product-img img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
/*新闻资讯*/
.news-cont{
	width: 100%;
	margin-top: 20px;
}
.news-li{
	width:30%;
	float: left;
	margin: 20px 1.5%;
}
.news-img{
	width: 100%;
	overflow: hidden;
}
.news-img img{
	width: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}
.news-art{
	
}
.news-art h3{
	font-size: 24px;
	color: #222;
	overflow: hidden;
	word-break: break-word;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 20px 0 10px;
}
.news-art p{
	font-size: 16px;
	color: #999;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	white-space: normal;
}
.news-time{
	overflow: hidden;
	margin-top: 10px;
}
.news-time span{
	float: left;
	font-size: 16px;
	color: #999;
}
.news-time img{
	float: right;
	margin-top: 6px;
}
.news-li:hover .news-art h3{
	color: #115a9f;
}
.news-li:hover .news-img img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

/*分页*/
.comm-fy {
	width: 100%;
	padding-top: 40px;
	text-align: center;
}

.comm-fy-cont {
	margin: 0 auto;
	display: inline-block;
}

.comm-fy-cont li {
	background-color: #fff;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.comm-fy-cont li a {
	display: block;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #eee;
	font-size: 12px;
	color: #999;
}

.comm-fy-cont li .comm-fy-on,.comm-fy-cont li a.page-num-current {
	background-color: #115a9f;
	color: #fff;
	border: 1px solid #115a9f;
}

.comm-fy-cont li a:hover {
	background-color: #115a9f;
	color: #fff;
	/* border: 1px solid #115a9f; */
}
/*关于我们*/
.us{
	padding-top: 20px;
}
.us-li{
	overflow: hidden;
}
.us-li:nth-child(odd){
	background:#f0f6fc;
}
.us-img{
	width: 50%;
}
.us-img img{
	width: 100%;
}
.us-art{
	width: 40%;
	padding: 0 5%;
}
.us-art h3{
	font-size: 38px;
	margin-top: 80px;
}
.us-art p{
	font-size: 24px;
	color: #666666;
	margin-top: 10px;
	line-height: 1.6;
	text-align: justify;
}
/*招聘信息*/
.recruit-title{
	text-align: center;
	padding: 55px 0 0;
}
.recruit h3{
	font-size: 48px;
	color: #115a9f;
	text-transform:uppercase;
	font-weight: 600;
}
.recruit-title p{
	font-size: 24px;
	position: relative;
	
}
.recruit-title p b{
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #ddd;
	vertical-align: middle;
	margin: 0 20px;
}
.recruit-title span{
	font-size: 14px;
	color: #666666;
	padding-top: 20px;
	display: inline-block;
}
.recruit-li{
	padding: 50px 0;
	border-bottom: 1px solid #ddd;
}
.recruit-li:last-child{
	border-bottom:none;
}
.recruit-name{
	font-size: 28px;
}
.recruit-art{
	font-size: 20px;
	color: #999;
	margin-top: 10px;
}
.recruit-m{
	margin-left: 20%;
}
.recruit-r{
	margin-top: -10px;
}
.recruit-r a{
	border: 1px solid #ddd;
	display: inline-block;
	padding: 5px 20px;
}
.recruit-li:hover a{
	background-color: #115a9f;
	color: #fff;
}
.recruit-li:hover .recruit-name{
	color: #115a9f;
}
/*新闻详情*/
.newsDeta-titie{
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
	text-align: center;
}
.newsDeta-titie h3{
	font-size: 36px;
}
.newsDeta-titie p{
	font-size: 16px;
	color: #999;
}
.newsDeta-titie p span{
	padding: 0 5px;
}
.newsDeta-cont{
	padding: 30px 0;
}
.newsDeta-cont img{
	max-width: 100%;
	margin: 10px auto;
}
.newsDeta-cont p{
	font-size: 18px;
	color: #666;
	text-align: justify;
	line-height: 1.8;
}
.newsDeta-bottom{
	border-top: 1px solid #ddd;
	padding: 30px 0 10px;
	overflow: hidden;
}
.newsDeta-bottom a{
	font-size: 18px;
	color: #666;
	width: 40%;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	white-space: nowrap;
}
.newsDeta-bottom a:last-child{
	text-align: right;
}
/* 联系我们 */
.contact{
	
}
.contact-li{
	float: left;
	width: 27%;
	margin: 0 1.5%;
	padding: 20px 1.5%;
	margin-top:50px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	overflow: hidden;
	cursor:pointer;
}
.contact-bootm{
	margin: 1.5%;
	border: 1px solid #ddd;
	height: 400px;
}
.contact-bootm img{
	width: 100%;
	height: 100%;
}
.contact-img{
	float: left;
}
.contact-img img{
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
}
.contact-art{
	float: left;
	width: 70%;
	margin-left: 2%;
}
.contact-art p{
	font-size: 18px;
	color: #222;
}
.contact-art span{
	font-size: 18px;
	color: #666;
	margin-top: 2%;
}
.contact-li:hover .contact-img img{
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
}
/*产品详情*/
.productDeta{
	
}
.productDeta_01{
	padding-bottom: 50px;
}

.productDeta-title{
	text-align: center;
}
.productDeta-title h3{
	font-size: 36px;
}
.productDeta-title span{
	width: 100px;
	height: 4px;
	background-color: #115a9f;
	display: inline-block;
}
.productDeta_cs_top {
	width: 100%;
	font-size: 0;
	padding: 30px 0 10px;
}
.productDeta_cs_top .productDeta_cs_left {
    width: 46.61%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 160px;
}
.productDeta_cs_top .productDeta_cs_left .productDeta_cs_img img{
    border: 0;
    width: 100%;
		margin: 0 auto;
		display: block;
}
.productDeta_cs_top .productDeta_cs_right {
    width: 35.39%;
    display: inline-block;
    vertical-align: middle;
}
.productDeta_cs_top .productDeta_cs_right .productDeta_cs_box {
    width: 100%;
    font-size: 0;
    margin-bottom: 48px;
}
.productDeta_cs_top .productDeta_cs_right .productDeta_cs_box .icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    border: 1px solid #666666;
    margin-right: 18px;
}
.productDeta_cs_top .productDeta_cs_right .productDeta_cs_box .productDeta_cs_wordsbox {
    display: inline-block;
    vertical-align: middle;
}
.productDeta_cs_top .productDeta_cs_right .productDeta_cs_box .productDeta_cs_wordsbox .tit1 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 10px;
}
.productDeta_cs_top .productDeta_cs_right .productDeta_cs_box .productDeta_cs_wordsbox .tit2 {
    font-size: 16px;
    color: #555555;
}
.productDeta_cs_bottom {
    width: 100%;
    margin-top: 60px;
}
.productDeta_cs_bottom ul {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,0.14);
}
.productDeta_cs_bottom ul li {
    width: 50%;
    float: left;
    font-size: 0;
    border-bottom: 1px solid rgba(0,0,0,0.14);
    padding: 20px 0;
		overflow: hidden;
}
.productDeta_cs_bottom ul li .norms {
    width: 110px;
    font-size: 16px;
    color: #555555;
    padding-right: 5px;
		float: left;
}
.productDeta_cs_bottom ul li .text {
    font-size: 18px;
    color: #333333;
    vertical-align: middle;
    padding-right: 5px;
		float: left;
}
/* .w_width{
	padding-left: 110px!important;
	padding-right: 110px!important;
} */
.productDeta-title{
	padding-top: 40px!important;
	padding-bottom: 40px!important;
}
.w_width .productDeta-title h3{
	color: #fff;
}
.w_width .productDeta-title span {
	background-color: #fff;
}
.productDeta_02{
	background-color: #f7fbfe;
}
.productDeta_02_ul{
	padding: 20px 0 30px;
}
.productDeta_02_li{
	float: left;
	width: 44%;
	padding: 20px 1.5%;
	margin: 20px 1.5%;
	background-color: #fff;
	outline: 1px solid #ddd;
}
.productDeta_02_title{
	font-size: 16px;
	vertical-align: middle;
	padding-left: 5px;
}
.productDeta_02_title img{
	width: 40px;
	vertical-align: middle;
}
.productDeta_02_title span{
	font-size: 16px;
	vertical-align: middle;
	padding-left: 5px;
}
.productDeta_02_art{
	display: block;
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	margin-top: 10px;
	height: 90px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.productDeta_03_cont{
	
}
.videos{
	width: 100%;
}

/*返回顶部*/
.suspension {
  position: fixed;
  z-index: 55;
  right: 0;
  bottom: 85px;
  width: 70px;
  height: 240px;
}
.suspension-box {
  position: relative;
  float: right;
}
.suspension .a {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #333;
  margin-bottom: 4px;
  cursor: pointer;
  outline: none;
}
.suspension .a.active,
.suspension .a:hover {
  background: #1F4DA3;
}
.suspension .a .i {
  float: left;
  width: 44px;
  height: 44px;
  background-image: url(../images/side_icon.png);
  background-repeat: no-repeat;
}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i {
  width: 20px;
  height: 20px;
  margin-top: 12px;
  margin-left: 12px;
  background-image: url(../images/suspension-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.suspension .a-service-phone .i {
  width: 20px;
  height: 20px;
  margin-top: 12px;
  margin-left: 12px;
  background-image: url(../images/suspension-bg.png);
  background-repeat: no-repeat;
  background-position: -27px 0;
}
.suspension .a-qrcode .i {
  background-position: -44px 0;
}
.suspension .a-address .i {
  background-position: -88px 0;
}
.suspension .a-top .i {
  background-position: -132px 0;
}
.suspension .a-top {
  background: #D2D3D6;
  display: none;
}
.suspension .a-top:hover {
  background: #c0c1c3;
}
.suspension .d {
  display: none;
  width: 223px;
  background: #fff;
  position: absolute;
  right: 67px;
  min-height: 90px;
  border: 1px solid #E0E1E5;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.suspension .d .arrow {
  position: absolute;
  width: 8px;
  height: 12px;
  background: url(../images/side_bg_arrow.png) no-repeat;
  right: -8px;
  top: 31px;
}
.suspension .d-service {
  top: 0;
}
.suspension .d-service-phone {
  top: 34px;
}
.suspension .d-qrcode {
  top: 78px;
}
.suspension .d .inner-box {
  padding: 8px 22px 12px;
}
.suspension .d-service-item {
  /* border-bottom: 1px solid #eee; */
  /* padding: 14px 0; */
}
.suspension .d-service .d-service-item {
  border-bottom: none;
}
.suspension .d-service-item .circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: #F1F1F3;
  display: block;
  float: left;
}
.suspension .d-service-item .i-qq {
  width: 44px;
  height: 44px;
  background: url(../images/side_con_icon03.png) no-repeat center 15px;
  display: block;
  transition: all .2s;
  border-radius: 50%;
  overflow: hidden;
}
.suspension .d-service-item:hover .i-qq {
  background-position: center 3px;
}
.suspension .d-service-item .i-tel {
  width: 44px;
  height: 44px;
  background: url(../images/side_con_icon02.png) no-repeat center center;
  display: block;
}
.suspension .d-service-item h3 {
  float: left;
  width: 173px;
  line-height: 44px;
  font-size: 15px;
  margin-left: 12px;
}
.suspension .d-service-item .text {
  float: left;
  width: 112px;
  line-height: 22px;
  font-size: 15px;
  margin-left: 12px;
}
.suspension .d-service-item .text .number {
  font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.suspension .d-service-intro {
  padding-top: 10px;
}
.suspension .d-service-intro p {
  float: left;
  line-height: 27px;
  font-size: 12px;
  width: 50%;
  white-space: nowrap;
  color: #888;
}
.suspension .d-service-intro i {
  background: url(../images/side_con_icon01.png) no-repeat center center;
  height: 27px;
  width: 14px;
  margin-right: 5px;
  vertical-align: top;
  display: inline-block;
}
.suspension .d-qrcode {
  text-align: center;
}
.suspension .d-qrcode .inner-box {
  padding: 20px 0;
}
.suspension .d-qrcode p {
  font-size: 16px;
  color: #93959c;
}
.suspension .d-address {
  top:125px;
}
.suspension .d-address p {
  font-size: 16px;
  line-height: 1.6;
}
.suspension .d-service-item .i-tel {
  width: 44px;
  height: 44px;
  background: url(../images/side_con_icon02.png) no-repeat center center;
  display: block;
}


@media screen and (max-width: 1778px){
	.us-art h3{
		font-size: 32px;
	}
	.us-art p{
		font-size: 20px;
	}
	.index-title p{
		width: 50%;
	}
	.scene-icon{
		width: 70px;
	}
	.scene-h3{
		font-size: 30px;
	}
	.banner-main{
		height: 800px;
	}
	.banner-main-img {
		height: 800px;
	}
	.banner-main-img li img {
		height: 800px;
	}
	.scene-li{
		height: 580px;
	}
}
@media (max-width:1440px) {
	.wrap {
		padding: 0 20px;
	}
	.comm-wpar{
		width: 96%;
	}
	.product-nav a{
		font-size: 24px;
	}
	.product-art p{
		font-size: 18px;
	}
	.banner-main{
		height: 700px;
	}
	.banner-main-img {
		height: 700px;
	}
	.banner-main-img li img {
		height: 700px;
	}
	.us-art h3{
		font-size: 28px;
		margin-top: 60px;
	}
	.us-art p{
		font-size: 18px;
	}
	.index-us-btn{
		margin-top: 30px;
	}
	.scene-li{
		height: 480px;
	}
	.scene-art {
		bottom: 0;
	}
}
@media (max-width:1240px) {
	.wrap {
		padding: 0 20px;
	}
	.product-nav a{
		font-size: 20px;
	}
	.us-art h3{
		font-size: 24px;
		margin-top: 30px;
	}
	.us-art p{
		font-size: 16px;
	}
	.contact-img img{
		width: 60px;
	}
	.index-us-art{
		padding-top: 30px;
	}
	.index-us-art b {
		padding: 20px 0 10px;
	}
	.index-us-art h3 {
		font-size: 24px;
	}
	.index-us-art p{
		margin-top: 10px;
	}
}

@media screen and (max-width: 992px){
	.comm-banner-cont p {
	    font-size: 24px;
	}
	.comm-banner-cont h3{
		font-size: 40px;
	}
	.product-nav a{
		font-size: 18px;
	}
	.news-li{
		width:46%!important;
		float: left;
		margin: 15px 1.5%;
	}
	/* 电脑端banner */
	/* .banner-main {
		display: none;
	} */
	.pic-scroll {
		display: block;
	}
	.banner-main{
		height: 700px;
	}
	.banner-main-img {
		height: 700px;
	}
	.banner-main-img li img {
		height: 700px;
	}
	.us-img{
		float: none!important;
		width: 95%;
		margin: 20px auto;
	}
	.us-art{
		float: none!important;
		width: 95%;
		margin: 20px auto;
		padding: 0;
	}
	.us-li{
		padding: 20px 0;
	}
	.index-title p{
		width: 80%;
	}
	.recruit-l{
		float: none!important;
	}
	.recruit-m{
		float: none!important;
		margin-left: 0;
	}
	.recruit-r{
		float: none!important;
		margin-top: 0;
	}
	.newsDeta-titie h3{
		font-size: 24px;
	}
	.newsDeta-cont{
		padding-top: 20px;
	}
	.newsDeta-bottom a{
		float: none!important;
		display: block;
		width: 100%;
	}
	.newsDeta-bottom a:last-child{
		margin-top: 10px;
	}
	.contact-li{
		float: none!important;
		width: 93.5%;
	}
	.contact-bootm{
		height: 400px;
	}
	.productDeta_cs_top .productDeta_cs_left{
		width: 85%;
		padding-right: 0;
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.productDeta_cs_top .productDeta_cs_right {
	    width: 100%;
	    display: block;
			overflow: hidden;
	}
	.productDeta_cs_top .productDeta_cs_right .productDeta_cs_box {
			 margin-bottom: 0;
			 display: inline-block;
			 vertical-align: top;
			 width: 33.3333%;
	}
	.productDeta_cs_top .productDeta_cs_right .productDeta_cs_box .icon{
	    width: 50px;
	    height: 50px;
	    margin-right: 4px;
	    margin: 0 auto;
	    display: block;
	}
	.productDeta_cs_top .productDeta_cs_right .productDeta_cs_box .productDeta_cs_wordsbox{
	    display: block;
	    text-align: center;
	    margin-top: 10px;
	}
	.productDeta_cs_top .productDeta_cs_right .productDeta_cs_box .productDeta_cs_wordsbox .tit1 {
	    font-size: 20px;
	    color: #333333;
	    margin-bottom: 0px;
	}
	.productDeta_cs_bottom ul li{
		width: 100%;
	}
	.productDeta-title h3{
		font-size: 24px;
	}
	.productDeta-title span{
		width: 50px;
	}
	.productDeta-title {
	    padding-top: 20px!important;
	    padding-bottom: 20px!important;
	}
	.productDeta_02_li {
	    float: left;
	    width: 94%;
	    padding: 20px 3%;
	    margin: 10px 0;
	    background-color: #fff;
	    outline: 1px solid #ddd;
	}
	.index-us {
		height: auto;
	}
	.index-us-img{
		float: none!important;
		width: 100%;
	}
	.index-us-art{
		float: none!important;
		width: 90%;
		padding-bottom: 50px;
	}
	.index-title img{
		width: 80%;
		margin: 0 auto;
	}
	.scene-li{
		width: 33.333%;
	}
	.scene-li {
		height: 550px;
	}
	.scene-art{
		bottom: 25%;
		height: 230px;
		padding-top: 10%;
	}
}
/* --手机横-- */
@media screen and (max-width:758px){
	.product-nav a{
		font-size: 16px;
		width: 46%;
		margin: 10px 1.5%;
		height: 50px;
		line-height: 50px;
	}
	.product-li{
		width: 46%;
		margin: 10px 1.5%;
	}
	.product-nav a{
		font-size: 18px;
	}
	.news-art h3{
		font-size: 20px;
	}
	.banner-main{
		height: 250px;
		margin-top: 70px;
	}
	.banner-main-img {
		height: 250px;
	}
	.ui-controls ul{
		bottom: 20px
	}
	.ui-controls .ui-prev {
	    left: 10px;
	}
	.ui-controls .ui-next{
		right: 10px;
	}
	.banner-main-img li img {
		height: 250px;
	}
	.recruit-art {
		font-size: 16px;
		margin-top: 0;
	}
	.recruit-m{
		display: none;
	}
	.recruit-r{
		margin-top: 5px;
	}
	.recruit-li{
		padding: 20px 0;
	}
	.recruit-name {
		font-size: 20px;
	}
	.contact-img img{
		width: 40px;
	}
	.index-us-art h3 {
		font-size: 20px;
	}
	.index-us-art p {
		margin-top: 10px;
		font-size: 16px;
	}
	.index-us-btn {
		margin-top: 20px;
		font-size: 16px;
		padding: 10px 40px;
	}
	.index-us {
		margin-top: 30px;
	}
	.scene-li{
		width: 50%;
	}
	.scene-li {
		height: 380px;
	}
	.scene-art{
		bottom: 22%;
		height: 200px;
		padding-top: 10%;
	}
	.scene-icon {
		width: 50px;
	}
	.scene-h3 {
		font-size: 24px;
	}
	.scene-li {
		height: 320px;
	}
}
/*--手机竖--*/
@media screen and (max-width:470px){/*--320--*/
	.index-title p{
		width: 90%;
	}
	.productDeta_cs_top .productDeta_cs_right .productDeta_cs_box .productDeta_cs_wordsbox .tit1 {
		font-size: 16px;
	}
	.productDeta_cs_top .productDeta_cs_right .productDeta_cs_box .productDeta_cs_wordsbox .tit2 {
	    font-size: 14px;
	    color: #666;
	}
	.scene-li{
		height: 280px;
	}
	.scene-art {
		bottom: 0;
	}
}